home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DO1002.ARJ / INCDEC.SCR < prev    next >
Text File  |  1991-12-22  |  782b  |  19 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« SetCounter »ye«
  3.  
  4.     /{INC|DEC} {variable}[ {value}]
  5. /cw
  6.     The »%t«SetCounter»#« commands allow you to »cy«INC»wh«rement»#« or
  7.     »cy«DEC»wh«rement»#« counters (numeric variables). If the optional
  8.     »cy«{value}»#« is not entered, the counter is modified by »gr«1»#«.
  9.     »cy«{value}»#« is expanded and can be a formula or number containing
  10.     decimals. »cy«{variable}»#« is also expanded.  For example:
  11.  
  12.     »wh«/INC Counter1»#«       Sets Counter1 up by 1
  13.     »wh«/DEC MyCounter 2»#«    Subtracts 2 from MyCounter
  14.     »wh«/INC Test1 0.5»#«      Adds 0.5 to Test1
  15.     »wh«/DEC C3 2.5*%%Test1»#«  Subtracts the value of 2.5 x the contents of
  16.                         the variable test1 from C3.
  17.  
  18. /ENDEXEC CLEAR
  19.